home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / sparc / mm / Makefile
Encoding:
Makefile  |  2008-12-24  |  348 b   |  18 lines

  1. # Makefile for the linux Sparc-specific parts of the memory manager.
  2. #
  3.  
  4. EXTRA_AFLAGS := -ansi
  5.  
  6. obj-y    := fault.o init.o loadmmu.o generic.o extable.o btfixup.o \
  7.         srmmu.o iommu.o io-unit.o hypersparc.o viking.o tsunami.o swift.o
  8.  
  9. ifdef CONFIG_HIGHMEM
  10. obj-y    += highmem.o
  11. endif
  12.  
  13. ifdef CONFIG_SMP
  14. obj-y   += nosun4c.o
  15. else
  16. obj-y   += sun4c.o
  17. endif
  18.